Skip to content

fix build on new go versions#433

Merged
kroggen merged 1 commit intodevelopfrom
fix/build-on-new-go-versions
Apr 13, 2026
Merged

fix build on new go versions#433
kroggen merged 1 commit intodevelopfrom
fix/build-on-new-go-versions

Conversation

@kroggen
Copy link
Copy Markdown
Member

@kroggen kroggen commented Jan 14, 2026

The build is failing on go 1.24 with the error message:

contract/lstate_factory.go:79:10: cannot define new methods on non-local type LState

Go 1.24 made stricter enforcement around type aliases

The fix is very simple. This function appears to not even be used.

Copy link
Copy Markdown
Member

@hayarobi hayarobi left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

lgtm

@kroggen kroggen merged commit 5db08a7 into develop Apr 13, 2026
3 checks passed
@kroggen kroggen deleted the fix/build-on-new-go-versions branch April 13, 2026 19:36
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants